projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6124e9
)
Add template for init_gettimeofday.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 May 1994 07:28:23 +0000
(07:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 May 1994 07:28:23 +0000
(07:28 +0000)
src/msdos.h
patch
|
blob
|
history
diff --git
a/src/msdos.h
b/src/msdos.h
index bf3030c00dfdf5c5ebad65e366e4acd5e142b660..3f8e1cbcaea909a84b141fa9d210b60aa1cc0091 100644
(file)
--- a/
src/msdos.h
+++ b/
src/msdos.h
@@
-43,3
+43,4
@@
void mouse_moveto (int, int);
void mouse_check_moved ();
int mouse_pressed (int, int *, int *);
int mouse_released (int, int *, int *);
+void init_gettimeofday ();